home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / coders / ppipc / ipc_lib_sources / lmkfile < prev    next >
Text File  |  2000-03-05  |  483b  |  24 lines

  1. # Make file for PPIPC Shared Library 89:4:17
  2. # -- assumes path and assigns for assembly and compilation are correct
  3.  
  4. ppipc.library : LibTag.o LibTables.o LibFuncs.o IPCLib.o LoadIPCPort.o \
  5. UtilIPC.o
  6.     blink with IPCLibrary.lnk
  7.  
  8. .c.o:
  9.     lc -b0 -v -d2 $*
  10.  
  11. LibTag.o : LibTag.a
  12.     asm -d -iAINCL: LibTag
  13.  
  14. LibTables.o : LibTables.c
  15.  
  16. LibFuncs.o : LibFuncs.c
  17.  
  18. IPCLib.o : IPCLib.c IPCStruct.h
  19.  
  20. LoadIPCPort.o : LoadIPCPort.c IPCStruct.h IPCAsmCalls.h
  21.  
  22. UtilIPC.o :UtilIPC.c IPCStruct.h
  23.  
  24.